From: Richard M. Stallman Date: Tue, 5 Aug 1997 03:44:40 +0000 (+0000) Subject: (time-stamp): Use insert-and-inherit for new stamp. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79919 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=688697012a754f85456841e968c68455f653d1eb;p=emacs.git (time-stamp): Use insert-and-inherit for new stamp. --- diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index d4f1e1f3d12..a6aeb2a4d55 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -222,7 +222,7 @@ and `time-stamp-end' control finding the template." (widen) (delete-region start end) (goto-char start) - (insert new-time-stamp) + (insert-and-inherit new-time-stamp) (setq end (point)) ;; remove any tabs used to format time stamp (goto-char start)